Platform Explorer / Nuxeo Platform LTS 2017 9.10

Component org.nuxeo.template.service.xdocreport.contrib

Contributions

XML Source

<component
  name="org.nuxeo.template.service.xdocreport.contrib">

  <require>org.nuxeo.template.service.defaultContrib</require>

  <extension target="org.nuxeo.template.service.TemplateProcessorComponent" point="processor">

    <documentation>XDocReport Report based template processor</documentation>

    <templateProcessor name="XDocReportProcessor" label="XDocReport processor" default="true" class="org.nuxeo.template.processors.xdocreport.XDocReportProcessor">
      <supportedMimeType>application/vnd.oasis.opendocument.text</supportedMimeType>
      <supportedMimeType>application/vnd.openxmlformats-officedocument.wordprocessingml.document</supportedMimeType>
      <supportedMimeType>application/vnd.oasis.opendocument.spreadsheet</supportedMimeType>
      <supportedExtension>odt</supportedExtension>
      <supportedExtension>docx</supportedExtension>
      <supportedExtension>ods</supportedExtension>
    </templateProcessor>

  </extension>

 </component>